Skip to content

Migrate to guzzlehttp/psr7 v2 compat (PHP 8.4)#4

Merged
cb-freddysart merged 1 commit into
developfrom
fix/psr7-v2-compat
Apr 30, 2026
Merged

Migrate to guzzlehttp/psr7 v2 compat (PHP 8.4)#4
cb-freddysart merged 1 commit into
developfrom
fix/psr7-v2-compat

Conversation

@cb-freddysart

Copy link
Copy Markdown

Replaces removed procedural functions parse_query() and build_query() with their static method equivalents Query::parse() and Query::build(), which exist in both psr7 ^1.7 and ^2.x. Relaxes the constraint to ^1.7.0 || ^2.0 so consumers (e.g. aws-sdk-php on ^2.4.5) can resolve without conflict.

Replaces removed procedural functions parse_query() and build_query()
with their static method equivalents Query::parse() and Query::build(),
which exist in both psr7 ^1.7 and ^2.x. Relaxes the constraint to
^1.7.0 || ^2.0 so consumers (e.g. aws-sdk-php on ^2.4.5) can resolve
without conflict.

@unblocked unblocked Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ No issues found

About Unblocked

Unblocked has been set up to automatically review your team's pull requests to identify genuine bugs and issues.

📖 Documentation — Learn more in our docs.

💬 Ask questions — Mention @unblocked to request a review or summary, or ask follow-up questions about your code.

👍 Give feedback — React to comments with 👍 or 👎 to help us improve.

⚙️ Customize — Adjust settings in your preferences.

@cb-freddysart cb-freddysart merged commit 1c9063a into develop Apr 30, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant